home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / buddy / readme.txt < prev    next >
Text File  |  1996-04-16  |  5KB  |  115 lines

  1. The Buddy System Readme file.
  2.  
  3. This file contains the following:
  4.  
  5. 1. Installation Instructions
  6. 2. Sample Modules for use with the RAD-Copy Buddy.
  7. 3. Known issues and limitations of the RAD-Copy Buddy.
  8. 4. Copyright and Disclaimer.
  9.  
  10. For additional information, feature suggestions for
  11. future releases, or to be notified when the Big Buddies
  12. are available, visit the Official Buddy Blue Sky Page:
  13.  
  14.     http://www3.interaccess.com/budyhome/
  15.  
  16.  **********************************************************
  17.  ** Visit the Buddy Home Page for to find out more about **
  18.  ** the truly RAD features in the upcoming Big Buddies   **
  19.  ** release!                                             **
  20.  **********************************************************
  21.  
  22. --------------------------------------------------------
  23. 1. Installation Instructions
  24. --------------------------------------------------------
  25. ** You must have Visual Basic 4.0 Installed.  None of **
  26. ** the VB support, OCX or runtime files are supplied  **
  27. ** with this application.                             **
  28.  
  29.    1. Create a directory for the Buddy System
  30.    2. Unzip all files contained in Buddy16.zip or 
  31.       Buddy32.zip into the directory that you just created.  
  32.    2. Run Buddy32.exe or Buddy16.exe, as appropriate.
  33.    3. Start Visual Basic and open the Add-In Manager.
  34.    4. Check "The Buddy System" and click OK.
  35.    5. The Buddy System should now be available under the
  36.       Add-Ins menu.  Refer to the Help file for specific
  37.       instructions on using the application.
  38.  
  39.  
  40. --------------------------------------------------------
  41. 2. Sample Modules
  42. --------------------------------------------------------
  43.  
  44. The RAD-Copy buddy has 3 sample templates that you can
  45. use.  Refer to the comments in each sample file for
  46. specific information on how to incorporate them into 
  47. your applications.  The 3 samples included are:
  48.  
  49. Error Handlers (SAMPERR.CLS): Contains OLE Server and
  50.   client error trapping/handling routines.
  51.  
  52. Class Collection (SAMPCOL.CLS): Contains procedures to
  53.   encapsulate a collection of a class to enforce type.
  54.   Supports all VB collection methods as well as adding
  55.   a Change Key method.
  56.  
  57. Dynamic Data Navigators (SAMPDB.FRM):  Contains self-
  58.   contained controls to navigate a recordset and display 
  59.   fields in TextBox controls requiring only Recordset 
  60.   initialization.  Optional procedure to dynamically build 
  61.   TextBox controls based on supplied recordset.
  62.  
  63.  
  64. --------------------------------------------------------
  65. 3. Known Issues and Limitations of the RAD-Copy Buddy
  66. --------------------------------------------------------
  67.  
  68.    - All OCX controls should copy without problem, but if 
  69.      you are copying from a form file in another project,
  70.      you MUST register the OCX control BEFORE you RAD-Copy.
  71.      
  72.    - Some OCX controls can not be automatically added to the
  73.      project by the Buddy, specifically any control whose 
  74.      class name is not the same as its programmatic id.  You
  75.      will need to add these controls to the target project
  76.      before you RAD-Copy.
  77.  
  78.    - New Form and Class files should be saved BEFORE 
  79.      you invoke the RAD-Copy Buddy.  The Buddy will
  80.      give you the option to save, but will save to a 
  81.      default filename, depending on your system.
  82.  
  83.    - If you do not specify default properties for a
  84.      source control, it will inherit properties of the
  85.      TARGET form.  This is normal VB behavior, but can be
  86.      confusing for properties not explicitly set (A control's
  87.      Font, for example, may change when copying to a form
  88.      with a different Font property).
  89.  
  90.  
  91. --------------------------------------------------------
  92. 4. Disclaimer and Copyright
  93. --------------------------------------------------------
  94.  
  95. Copyright
  96. The Buddy System Copyright (c) 1996 Erik Krueger.  
  97. All Rights Reserved.
  98. Visual Basic 4.0 is a registered trademark of Microsoft Corporation.
  99.  
  100. Permission to use and distribute this software and its 
  101. documentation in non-commercial purposes and without fee 
  102. is hereby granted, provided that the above copyright notice 
  103. appear in all copies and that both the copyright notice
  104. and this permission notice appear in supporting documentation.
  105.  
  106. DISCLAIMER 
  107. THE BUDDY SYSTEM IS SUPPLIED AS IS.  THE AUTHOR DISCLAIMS 
  108. ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, 
  109. WITHOUT LIMITATION,THE WARRANTIES OF MERCHANTABILITY AND OF 
  110. FITNESS FOR ANY PURPOSE.  THE AUTHOR ASSUMES NO LIABILITY 
  111. FOR DAMAGES, DIRECT OR CONSEQUENTIAL, WHICH MAY RESULT FROM 
  112. THE USE OF THE BUDDY SYSTEM.
  113.  
  114.  
  115.